export default function IngaNykoleLandingPage() {
const products = [
{
name: "Funded to Start",
subtitle: "Clarity. Structure. Momentum.",
priceLabel: "Starter Coaching",
description:
"4 weeks of private coaching to help you get clear, organized, and ready for funding and business growth.",
bonus:
"Includes bonus access to our private community for support, connection, and momentum.",
href: "https://link.fastpaydirect.com/payment-link/69d55b38a6c96e61a846039f",
accent: "from-[#5F2EEA] to-[#0E5A3A]",
},
{
name: "Funded to Grow",
subtitle: "Readiness. Support. Expansion.",
priceLabel: "Growth Coaching",
description:
"4 weeks of coaching and support to strengthen your business, improve readiness, and prepare for growth.",
bonus:
"Includes bonus access to our private community for support, visibility, and next step guidance.",
href: "https://link.fastpaydirect.com/payment-link/69d55b7ca6c96e61a84603a1",
accent: "from-[#0E5A3A] to-[#C8A55B]",
},
{
name: "Funded on Purpose VIP",
subtitle: "Exclusive support for serious growth.",
priceLabel: "VIP Coaching",
description:
"A high touch coaching experience with deeper strategy, personalized support, and clear funding direction.",
bonus:
"Includes bonus access to our private community plus elevated support for your next level season.",
href: "https://link.fastpaydirect.com/payment-link/69d55bc4a6c96e61a84603a3",
accent: "from-[#C8A55B] to-[#5F2EEA]",
},
];
const highlightImage =
"https://assets.cdn.filesafe.space/T5HLbJBxnWsysLt6ePEa/media/69d2fc31a7dcb4cff0c490af.png";
const secondaryImage =
"https://assets.cdn.filesafe.space/T5HLbJBxnWsysLt6ePEa/media/698e7e535ea071852f35a633.png";
const communityImage =
"https://assets.cdn.filesafe.space/T5HLbJBxnWsysLt6ePEa/media/69d35332fa2dde97426ee2b1.png";
const bioImage =
"https://assets.cdn.filesafe.space/T5HLbJBxnWsysLt6ePEa/media/69d34fb1fa2dde97426e8175.png";
const testimonials = [
{
quote:
"Replace with a real client review about how Inga helped you gain clarity, confidence, and a stronger funding strategy.",
name: "Client Review Placeholder",
role: "Entrepreneur",
},
{
quote:
"Replace with a real client review about the value of the coaching, strategy, and direction you received from working with Inga.",
name: "Client Review Placeholder",
role: "Business Owner",
},
];
return (
Exclusive Coaching for Women Ready to Build, Fund, and Grow
Move from survival to strategy with coaching designed to help you build like the woman you are becoming.
Choose the level of support that fits your season. Whether you need clarity, structure, or elevated VIP guidance, these offers were designed to help you move with confidence, position yourself for funding, and grow with intention.
3
Coaching paths to choose from
4 Weeks
Focused coaching and momentum
Bonus
Private community access included
Why women choose this experience
Because your next season deserves exclusive level support.
Strategy that feels aligned. Coaching that feels personal. Guidance that helps you build with confidence, wisdom, and a stronger plan.
Choose Your Level
Coaching offers designed to meet you where you are and help you rise.
Each offer is built to help you gain clarity, strengthen your business foundation, and move with greater confidence toward funding and growth.
{products.map((product) => (
{product.priceLabel}
{product.name}
{product.subtitle}
{product.description}
Bonus: {product.bonus}
Get Started
))}
Bonus Access Included
You do not have to build alone.
Every offer includes bonus access to our private community, where you can stay connected, supported, and inspired as you work through your next business moves. This gives you added momentum beyond your private coaching experience.
{[
"Private entrepreneur community access",
"Supportive environment for growth",
"More visibility, accountability, and connection",
"A place to stay focused on your next level",
].map((item) => (
{item}
))}
About Inga Nykole
A leader, coach, and strategist helping women build with confidence and intention.
Inga Nykole is a respected business coach, founder, and funding strategist known for helping entrepreneurs move from survival to strategy. She is the founder of Maximus Financial Group and has built her brand around helping women and purpose driven leaders create clarity, structure, and financial direction.
As a Presidential Lifetime Achievement Award recipient and award winning author, Inga is known for combining real world strategy with encouragement, vision, and practical next steps. Her coaching helps clients strengthen their offers, organize their next move, and position themselves for growth, visibility, and funding.
Leadership
Founder, strategist, and coach trusted by entrepreneurs ready to grow with intention.
Results Focus
Known for helping clients turn ideas into clear offers, stronger structure, and next step plans.
Style
Warm, strategic, empowering support for women who want wealth, impact, and alignment.
Client Love
Reviews
Add your real client reviews here to deepen trust and show the transformation your coaching creates.
{testimonials.map((testimonial, index) => (
“
{testimonial.quote}
{testimonial.name}
{testimonial.role}
))}
Your Next Level Starts Here
Choose the support that matches your season and let’s help you move like the accomplished woman you are.
You do not need to keep trying to figure it all out alone. Select your offer, step into support, and start building with clarity, confidence, and strategy.
);
}